* tutorial.el: Move defvars to avoid bytecomp warnings.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 30 Oct 2006 21:34:15 +0000 (21:34 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 30 Oct 2006 21:34:15 +0000 (21:34 +0000)
commit8c45b1fd9f2fa1f2d833995c7195140c8ef287af
treed24010091f0d65acef9caf50733664f8240d94d5
parent7e561b26f157ef85cb119824a5226e8ae6fa05b8
* tutorial.el: Move defvars to avoid bytecomp warnings.
(tutorial--find-changed-keys): Check if viper-current-state is
bound before using it.
(help-with-tutorial): Check if viper-tutorial is defined before
using it.
lisp/ChangeLog